meson: Add missing source file
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Jul 2017 21:50:57 +0000 (22:50 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Jul 2017 21:50:57 +0000 (22:50 +0100)
The newly added gtkfilechoosererrorstack.c source needs to be included
in the Meson build as well as the Autotools one.

gtk/meson.build

index a26550918904b16dd960d8579cc68882ccbe0d4c..c9151d3b65a7b38b774b1af7c2263eed87f89f57 100644 (file)
@@ -157,6 +157,7 @@ gtk_public_sources = files([
   'gtkfilechooserdialog.c',
   'gtkfilechooserembed.c',
   'gtkfilechooserentry.c',
+  'gtkfilechoosererrorstack.c',
   'gtkfilechoosernative.c',
   'gtkfilechoosernativeportal.c',
   'gtkfilechooserutils.c',